home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1530 / lockup.ex_ / 0 / RCDATA / TWRONG / TWRONG.txt
Text File  |  1997-07-09  |  865b  |  46 lines

  1. object wrong: Twrong
  2.   Left = 351
  3.   Top = 318
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 49
  7.   ClientWidth = 273
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 273
  19.     Height = 25
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 4
  24.     Top = 4
  25.     Width = 265
  26.     Height = 17
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 'Password not correct length.'
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Button1: TButton
  37.     Left = 196
  38.     Top = 28
  39.     Width = 75
  40.     Height = 21
  41.     Caption = 'OK'
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45. end
  46.